From db12128d350dbf792af43987bda599291afde2fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Thu, 12 Jan 2017 08:37:15 +0100 Subject: [PATCH] infobar: Fix copy&paste error in documentation Of course you shouldn't call gtk_dialog_response on a GtkInfoBar. --- gtk/gtkinfobar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 2a2293893f..65f49afe0f 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -369,7 +369,7 @@ gtk_info_bar_class_init (GtkInfoBarClass *klass) * @response_id: the response ID * * Emitted when an action widget is clicked or the application programmer - * calls gtk_dialog_response(). The @response_id depends on which action + * calls gtk_info_bar_response(). The @response_id depends on which action * widget was clicked. * * Since: 2.18 -- 2.30.2